| Sample: dhtmlxGrid | Paginal Output with Toolbar | dhtmlxGrid main page |
Other Paginal Output samples:
<div id="gridbox" width="100%" height="250px" style="background-color:white;overflow:hidden"></div> <div id="recinfoArea" style="width:100%;"></div> <script></script>mygrid = new dhtmlXGridObject('gridbox'); ... //should be called before init() mygrid.enablePaging(true,10,3,"recinfoArea"); mygrid.setPagingSkin("toolbar"); ... mygrid.init(); //mygrid.setXMLAutoLoading("dynscroll.php");//optional. Use it if you want to load rows dynamicaly from time to time mygrid.loadXML("dynscroll.xml");//this sample uses static loading
| © DHTMLX LTD. All rights reserved |